body {
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: small;
    background: linear-gradient(90deg, rgba(182, 182, 182, 1) 0%, rgba(255, 255, 255, 1) 52%, rgba(254, 254, 254, 1) 100%);
}

h1,
h2,
h3 {
    color: #296d98;
}

th {
    background: #296d98;
    color: #ffffff;
    font-weight: bold;
    height: 70px;
    text-align: center !important;
}

table.dataTable>tbody>tr.child ul.dtr-details {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding-top: 10px 0px 10px 0px !important;
    width: 100%;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.child,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.child,
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty {
    cursor: default !important;
    border: 1px solid #efefef;
}

td {
    font-size: small;
    height: 69px;
}

.search-container {
    text-align: center;
    padding: 40px 0px 25px 0px;
}

.grb {
    width: 100px;
    height: 120px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 12px;
}

.search-text {
    width: 100%;
    height: 40px !important;
    text-align: center;
    /*font-size: x-large;
    border: 1px solid #296d98;*/
    margin-bottom: 15px;
    margin-top: 15px;
}

.btn {
    height: 40px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.search-btn {
    height: 40px;
    width: 90%;
    text-align: center;
    font-size: x-large;
    background-color: #296d98;
    color: #ffffff;
    border: hidden;
    margin-bottom: 15px;
    margin-top: 15px;
}

.filter-btn {
    text-align: center;
    font-size: large;
    background-color: #296d98;
    color: #ffffff;
    border: hidden;
}

.filter-btn:focus {
    background-color: #296d98;
    color: #ffffff;
    border: hidden;
}

.filter-btn:hover {
    background-color: #296d98;
    color: #ffffff;
    border: hidden;
}

.search-detail {
    font-size: medium;
    padding-bottom: 15px;
    color: #296d98;
    font-weight: bold;
}

.sifarnici-padding-top {
    padding-top: 15px;
}

.sifarnik-table th {
    font-size: small;
    height: 20px;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 8px 16px;
}

.sifarnik-table td {
    font-size: small;
    height: 20px;
    cursor: pointer !important;
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 4px 10px;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.ui-widget-header {
    background-color: #296d98 !important;
    color: #ffffff !important;
}



button.dt-button,
div.dt-button,
a.dt-button,
input.dt-button {
    background-color: #296d98 !important;
    color: white;
    border: hidden;
}

button.dt-button,
div.dt-button,
a.dt-button,
input.dt-button:focus {
    background-color: #296d98 !important;
    color: white;
    border: hidden;
}

button.dt-button,
div.dt-button,
a.dt-button,
input.dt-button:hover {
    background-color: #296d98 !important;
    color: white;
    border: hidden;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    background-color: #296d98 !important;
}